projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caff1e2
)
Add MESSAGE string to bookmark-errors (bug#23408)
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 12 Jun 2019 16:42:46 +0000
(18:42 +0200)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 15 Jun 2019 21:08:58 +0000
(17:08 -0400)
* lisp/bookmark.el (bookmark-errors): Add MESSAGE parameter string.
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 50c7bdf8ca268784f2a5ce69a22af1b31b3170e1..49abc9e6550f6450f9e2a8dc916e1d55cc78047f 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-1163,7
+1163,8
@@
then offer interactively to relocate BOOKMARK-NAME-OR-RECORD."
(setq bookmark-current-bookmark bookmark-name-or-record))
nil)
-(define-error 'bookmark-errors nil)
+(define-error 'bookmark-errors
+ "Bookmark error")
(define-error 'bookmark-error-no-filename
"Bookmark has no associated file (or directory)" 'bookmark-errors)